ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector<T> Class / _data Field

In This Topic
    _data Field (Vector<T>)
    In This Topic
    Saves the data of this vector.
    Syntax
    'Declaration
     
    
    Protected _data As T()
    protected T[] _data
    Remarks
    In order to improve speed of inherited classes, I give the proteced modification
    See Also